home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 115 / CD Gamer Issue 115 (November 2002) (Disc 1).ISO / Addons / mohaa / TheStorm1.ZIP / User-TheStorm1.pk3 / scripts / TheStorm1.shader < prev   
Encoding:
Text File  |  2002-07-02  |  402 b   |  18 lines

  1. // Shader for The factory loading picture
  2.  
  3. TheStorm1      //This is the same name as the name of the shader file            
  4. {
  5.    nomipmaps
  6.    nopicmip
  7.    cull none
  8.    force32bit
  9.    surfaceparm nolightmap
  10.    {
  11.     map $whiteimage
  12.    }
  13.    {
  14.      clampMap textures/mohmenu/dmloading/TheStorm1.tga    // This is where your loading picture are located    
  15.     blendfunc gl_one_minus_src_alpha gl_src_alpha
  16.    }
  17. }
  18.